projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039ad15
)
Fix job control in remote shell
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 25 Jun 2025 07:32:20 +0000
(09:32 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 25 Jun 2025 07:32:20 +0000
(09:32 +0200)
* lisp/net/tramp-sh.el (tramp-methods) <rsync>:
Adapt `tramp-direct-async' argument. (Bug#71050, Bug#71259)
lisp/net/tramp-sh.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-sh.el
b/lisp/net/tramp-sh.el
index 046eef791acfafe15f0a9f7e184c89834d8c34f5..cae6d52f14ce22feef78007e833d5f7ea07a1fa9 100644
(file)
--- a/
lisp/net/tramp-sh.el
+++ b/
lisp/net/tramp-sh.el
@@
-222,7
+222,7
@@
The string is used in `tramp-methods'.")
(tramp-login-args (("-l" "%u") ("-p" "%p") ("%c")
("-e" "none") ("%h")))
(tramp-async-args (("-q")))
-
(tramp-direct-async t
)
+
(tramp-direct-async ("-t" "-t")
)
(tramp-remote-shell ,tramp-default-remote-shell)
(tramp-remote-shell-login ("-l"))
(tramp-remote-shell-args ("-c"))